Resource StructureDefinition/FHIR Server from package de.gematik.fhir.directory#0.11.24 (156 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "OrganizationDirectory",
"url" : "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory",
"version" : "0.11.24",
"name" : "OrganizationDirectory",
"title" : "Organization in gematik Directory",
"status" : "active",
"experimental" : false,
"date" : "2024-10-29",
"publisher" : "gematik GmbH",
"description" : "Defines the data structure for medical, regulatory and technical \norganisations specific for german Healthcare and Telematics Infrastructure.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Organization",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Organization.id",
"path" : "Organization.id",
"mustSupport" : true
},
{
"id" : "Organization.meta.tag",
"path" : "Organization.meta.tag",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "system"
}
],
"rules" : "open"
},
"min" : 1,
"constraint" : [
{
"key" : "CodingSytemCodeInv",
"severity" : "warning",
"human" : "System and Code SHOULD be present",
"expression" : "system.exists() and code.exists()",
"source" : "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"
}
],
"mustSupport" : true
},
{
"id" : "Organization.meta.tag:Origin",
"path" : "Organization.meta.tag",
"sliceName" : "Origin",
"min" : 1,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/directory/ValueSet/OriginVS"
}
},
{
"id" : "Organization.meta.tag:Origin.system",
"path" : "Organization.meta.tag.system",
"min" : 1,
"patternUri" : "https://gematik.de/fhir/directory/CodeSystem/Origin"
},
{
"id" : "Organization.extension:organizationVisibility",
"path" : "Organization.extension",
"sliceName" : "organizationVisibility",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://gematik.de/fhir/directory/StructureDefinition/OrganizationVisibility"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.extension:ncpehCountryEx",
"path" : "Organization.extension",
"sliceName" : "ncpehCountryEx",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://gematik.de/fhir/directory/StructureDefinition/ncpeh-country-ex"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.identifier",
"path" : "Organization.identifier",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.identifier:TelematikID",
"path" : "Organization.identifier",
"sliceName" : "TelematikID",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.identifier:BSNR",
"path" : "Organization.identifier",
"sliceName" : "BSNR",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-bsnr"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.identifier:KZVA",
"path" : "Organization.identifier",
"sliceName" : "KZVA",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kzva"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.identifier:IKNR",
"path" : "Organization.identifier",
"sliceName" : "IKNR",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-iknr"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.active",
"path" : "Organization.active",
"mustSupport" : true
},
{
"id" : "Organization.type",
"path" : "Organization.type",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.type.coding",
"path" : "Organization.type.coding",
"constraint" : [
{
"key" : "CodingSytemCodeInv",
"severity" : "warning",
"human" : "System and Code SHOULD be present",
"expression" : "system.exists() and code.exists()",
"source" : "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory"
}
]
},
{
"id" : "Organization.type:providerType",
"path" : "Organization.type",
"sliceName" : "providerType",
"min" : 0,
"max" : "*",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/directory/ValueSet/OrganizationTypeVS"
}
},
{
"id" : "Organization.type:profession",
"path" : "Organization.type",
"sliceName" : "profession",
"min" : 0,
"max" : "*",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/directory/ValueSet/OrganizationProfessionOIDTypeVS"
}
},
{
"id" : "Organization.name",
"path" : "Organization.name",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.alias",
"path" : "Organization.alias",
"mustSupport" : true
},
{
"id" : "Organization.address",
"path" : "Organization.address",
"mustSupport" : true
},
{
"id" : "Organization.address.use",
"path" : "Organization.address.use",
"mustSupport" : true
},
{
"id" : "Organization.address.text",
"path" : "Organization.address.text",
"mustSupport" : true
},
{
"id" : "Organization.address.line",
"path" : "Organization.address.line",
"mustSupport" : true
},
{
"id" : "Organization.address.city",
"path" : "Organization.address.city",
"mustSupport" : true
},
{
"id" : "Organization.address.state",
"path" : "Organization.address.state",
"mustSupport" : true
},
{
"id" : "Organization.address.postalCode",
"path" : "Organization.address.postalCode",
"mustSupport" : true
},
{
"id" : "Organization.address.country",
"path" : "Organization.address.country",
"mustSupport" : true
},
{
"id" : "Organization.partOf",
"path" : "Organization.partOf",
"mustSupport" : true
},
{
"id" : "Organization.contact",
"path" : "Organization.contact",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.